Added new groovy hook on last page (the page where user commits the Gate inspection record) of Mobile Gate Inspection UI, this groovy hook is executed when user clicks on Send button (the green arrow on your left) at this page.
The use of this groovy hook is to do custom validations before submitting RoadInspection record from N4 Mobile application. The customer can log both overridable and non-overridable errors form this groovy hook plugin.
Groovy Hook Class Name: GateInspCommitCustomGroovyImpl
Groovy Hook Class Method signature: public void validateChanges(FieldChanges inChanges) { ....}